; Fix typos
authorRobert Pluim <rpluim@gmail.com>
Mon, 7 Jul 2025 12:49:23 +0000 (14:49 +0200)
committerRobert Pluim <rpluim@gmail.com>
Mon, 7 Jul 2025 12:49:23 +0000 (14:49 +0200)
* lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Fix typo.
* lisp/replace.el (query-replace-help): Typo fix.

lisp/emacs-lisp/warnings.el
lisp/replace.el

index 8d62193bb22d9e87d9538a5b10574a278b9e68f4..609e66ee1a082cbe36fd45643270091461158bac 100644 (file)
@@ -135,7 +135,7 @@ customizations.  In particular, the category designated by the
 symbol `warning' can be used in `display-buffer-alist' to customize
 the display of this buffer.
 
-This option affects display of all the buffers shown by `dispay-warning',
+This option affects display of all the buffers shown by `display-warning',
 including warnings from byte-compiler and native-compiler,
 from `check-declare', etc."
   :type 'boolean
index cfa879e9e96c3c3c700671d4d3f38200165f4fdd..ab3db69bd20c055061370bf94ac342186eab28da 100644 (file)
@@ -2461,7 +2461,7 @@ To be added to `context-menu-functions'."
 multi-buffer replacements) with no more questions,
 \\`N' (in multi-buffer replacements) to skip to the next buffer without
 replacing remaining matches in the current buffer.
-Any other character exits interactive replacement loop and is then
+Any other character exits the interactive replacement loop, and is then
 re-executed as a normal key sequence."
   "Help message while in `query-replace'.")